home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 44 / PC Gamer IT CD 44 2-2.iso / DRIVERS / VIDEODRV / CREATIVE / riva_tnt_nt4 / GBTNT.INF < prev    next >
Windows Setup INFormation  |  1998-09-16  |  4KB  |  141 lines

  1. ;
  2. ; Graphics Blaster RIVA TNT INF file
  3. ; Copyright (C) Creative Technology Ltd, 1998
  4. ;
  5.  
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider=%Creative%
  9. LayoutFile=layout.inf
  10. Class=Display
  11.  
  12. ;
  13. ; Dest directories are \windows\system32 and \windows\system32\drivers
  14. ;
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir   = 11
  18. Gb.Miniport      = 12
  19. Gb.Display       = 11
  20. Gb.oldrm         = 12
  21. Gb.inf           = 17  ; inf    
  22.  
  23. ;
  24. ; The Manufacturer section lists all of the manufacturers that we will
  25. ; display in the Dialog box. DEVICE sections are specified.
  26. ;
  27.  
  28. [Manufacturer]
  29. %Creative%      = Creative.Mfg
  30.  
  31. ;
  32. ; Device section. Each section here corresponds with an entry listed in the
  33. ; [Manufacturer] section, above. The models will be displayed in the order
  34. ; that they appear in the INF file. This section identifies
  35. ; the corresponding INSTALL sections.
  36. ;
  37.  
  38.  
  39. [Creative.Mfg]
  40. Graphics Blaster RIVA TNT = Gb, PCI\VEN_10DE&DEV_0020
  41.  
  42. ;---------------------------------------------------------------------
  43. ; GB Driver INSTALL Section. This INSTALL section specifies
  44. ; what files are to to be copied (File List sections)
  45. ;---------------------------------------------------------------------
  46.  
  47. [Gb]
  48. CopyFiles=Gb.Miniport, Gb.Display, Gb.icd, Gb.inf
  49. DelFiles=Gb.oldrm
  50.  
  51. ;
  52. ; GB Driver INSTALL Section. This INSTALL section specifies
  53. ; what registry fields are to be modified (ADD Registry section)
  54. ;
  55.  
  56. [Gb.SoftwareSettings]
  57. AddReg = Gb_SoftwareDeviceSettings
  58. AddReg = Gb_icdSoftwareSettings
  59.  
  60. ;
  61. ; GB Service Installation
  62. ;
  63.  
  64. [Gb.Services]
  65. AddService = nv4, 0x00000002, Gb_Generic_Service_Inst, Gb_EventLog_Inst
  66. DelService=nvarch
  67. DelService=nvgfx
  68.  
  69. [Gb_EventLog_Inst]
  70. AddReg = Gb_EventLog_AddReg
  71.  
  72. [Gb_EventLog_AddReg]
  73. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\GbTNTm.sys"
  74. HKR,,TypesSupported,0x00010001,7
  75.  
  76. [Gb_Generic_Service_Inst]
  77. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  78. StartType      = 1                  ; SERVICE_SYSTEM_START
  79. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  80. LoadOrderGroup = Video
  81. ServiceBinary  = %12%\GbTNTm.sys
  82.  
  83. ;
  84. ; File List sections for GB.Display and GB.Miniport
  85. ;
  86.  
  87. [Gb.Display]
  88. GbTNT.dll
  89.  
  90. [Gb.Miniport]
  91. GbTNTm.sys
  92.  
  93. [Gb.oldrm]
  94. nvarch.sys,0x00000001
  95. nvgfx.sys,0x00000001
  96. nv_mini.sys,0x00000001
  97.  
  98. [Gb.icd]
  99. nv4oglnt.dll
  100.  
  101. [Gb.inf]
  102. GbTNT.inf
  103.  
  104. ;
  105. ; Creative Add registry section
  106. ;
  107.  
  108. [Gb_SoftwareDeviceSettings]
  109. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, GbTNT
  110. HKR,, VgaCompatible,               %REG_DWORD%,    0
  111. HKR,Default, MemClock,             %REG_DWORD%,    110
  112. HKR,Default, GrfxClock,            %REG_DWORD%,    90
  113.  
  114. [Gb_icdSoftwareSettings]
  115. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVATNT, %REG_SZ%, nv4oglnt
  116. HKCR,CLSID\{CD047720-0437-11d2-B3AA-00104B6F7516},,,"NV4Tweak"
  117. HKCR,CLSID\{CD047720-0437-11d2-B3AA-00104B6F7516}\InProcServer32,,,"%11%\nv4cpl.dll"
  118. HKCR,CLSID\{CD047720-0437-11d2-B3AA-00104B6F7516}\InProcServer32,ThreadingModel,,Apartment
  119. HKLM,"Software\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\NV4Tweak",,,"{CD047720-0437-11d2-B3AA-00104B6F7516}"
  120.  
  121.  
  122. [Strings]
  123. ;
  124. ; Non-Localizable Strings
  125. ;
  126.  
  127. REG_SZ         = 0x00000000
  128. REG_MULTI_SZ   = 0x00010000
  129. REG_EXPAND_SZ  = 0x00020000
  130. REG_BINARY     = 0x00000001
  131. REG_DWORD      = 0x00010001
  132. serviceroot    = System\CurrentControlSet\Services
  133.  
  134. ;
  135. ; Localizable Strings
  136. ;
  137.  
  138. Creative       = "Creative Labs"
  139. DiskId="Graphics Blaster RIVA TNT - NT4 installation disk"
  140.  
  141.